CALCULATE OBJECT BOUNDS

This command will calculate the bounds of the specified object.

  Syntax
CALCULATE OBJECT BOUNDS Integer Value
  Parameters
Integer Value
Integer
The object number

  Returns

This command does not return a value.

  Description

The resulting bounds values are used internally for culling of the object.

  Example Code
set display mode 800,600,32
cls
make object sphere 1,20
CALCULATE OBJECT BOUNDS 1
do
loop
end
  See also

BASIC3D Commands Menu
Index